/* input(132,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
input: run-time error CSS1066: Unexpected end of file encountered */
#section_news_home {
  /* --Grey-09: #F1F1F1;
  --DC-Black: #191919;
  --Grey-01: var(--gray-dark-1);
  --DC-White: #FFFFFF; */
  padding: 3rem 0rem;
  max-width: 1920px;
  margin: 0 auto;

}

.home_noticias_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3.125rem auto;
  gap: 2.5rem;
  width: 75.125rem;
  justify-content: center;
  max-width: 63%;
}

.home_noticias_header_h5 {
    margin: 0;
    color: var(--gray-light-7);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: var(--leading-normal);
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}

/*.home_noticias_div_swiper article {
  width: 356px!important;
}*/
.swiper-button-prev.home_noticias_arrow{
  padding-right: 2rem!important;
}
.swiper-button-next.home_noticias_arrow{
  padding-left: 2rem!important;
}
.home_noticias_header_h1 {
  color: var(--gray-dark);
  font-family: var(--font-family-1);
  font-size: var(--text-3xl);
  font-style: normal;
  font-weight: var(--weight-bolder);
  line-height: 2.625rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  text-wrap: balance;
}

.home_noticias_header_div {
    color: var(--gray-light-7, var(--gray-dark-1));
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 1.625rem;
    text-wrap: balance;
}

.home_noticias_header_div p {
  margin: 1rem;
}

.home_noticias_div {
  padding: 0rem 5.5rem 2.5rem 5.5rem;
  padding-inline: 5.8%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}

.home_noticias_div .home_noticias_div__container_swiper {
  overflow: hidden;
  width: 93%;
  padding-right: 10px;
}

#section_news_home .swiper-button-prev.home_noticias_arrow,
#section_news_home .swiper-button-next.home_noticias_arrow {
  position: initial;
  margin: 0;
  padding: 0;
  color: var(--brand);
  width: 1.25rem;
  height: 2.125rem;
  opacity: 1;
  transform: scale(1);
}

#section_news_home .swiper-button-prev.home_noticias_arrow::after,
#section_news_home .swiper-button-next.home_noticias_arrow:after {
  font-size: 2.125rem;
  font-weight: var(--weight-bolder);
}

#section_news_home .swiper-button-prev.home_noticias_arrow.swiper-button-disabled,
#section_news_home .swiper-button-next.home_noticias_arrow.swiper-button-disabled {
    color: var(--gray-light-7);
}

.home_noticias_link {
    display: flex;
    height: 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--brand);
    font-family: var(--font-family-1);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 1.375rem;
    text-decoration-line: underline;
    padding: var(--p-2) 2rem;
    justify-content: center;
    margin: 0 auto;
    text-align: center;

.home_noticias_link:hover {
  background-color: var(--gray-dark-8);
  color: var(--brand);
  width: fit-content;
}

.home_noticias_link:hover svg path {
  fill: var(--brand);
}

#section_news_home .home_noticia_cards {
  /* display: flex;
  gap: 24px; */
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  height: auto;
}

.home_noticia_cards .home_article {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    height: auto;
    display: flex;
    flex-direction: column;
    width: 356px;
}

.block_slide {
  /* Drop Shadow 1 */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);

  min-width: 264px;
  height: 100%;
}

.home_article_info {
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  background: var(--brand-white);
}

.home_article_info_h4 {
    color: var(--gray-dark, #000);
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.5em;
    position: relative;
}

.home_article_info_p {
    color: var(--gray-dark, #000);
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    margin: 0;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8.5em;
    position: relative;
}

.home_article_info_div {
  display: flex;
  align-items: center;
  gap: var(--p-2);
  align-self: stretch;
  margin-top: auto;
}

.home_article_info_div_category {
  border-radius: 1.5625rem;
  background: var(--gray-dark-8, #E5E5E5);
  display: flex;
  padding: var(--p-1) var(--p-2);
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: var(--gray-dark-1, var(--gray-dark-1));
  font-family: var(--font-family-1);
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: var(--weight-bold);
  line-height: 1.25rem;
}

.home_article_info_div_fecha {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  color: var(--gray-dark-4, #838383);
  font-family: var(--font-family-1);
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: var(--weight-normal);
  line-height: 1.25rem;
  margin: 0;
  text-transform: capitalize;
}

.home_article_info_a {
    color: var(--brand);
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 20px;
    letter-spacing: 0.28px;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    height: 32px;
    justify-content: flex-start;
    margin-top: auto;
    width: fit-content;
    padding: 0;
}
.btn_base.link_medium.link_button_secondary {
    font-size: var( --text-md);
}
.home_article_info_a span{
  font-weight:var(--weight-bolder);
  font-size:16px
}
.home_article_info_a:hover {
  background-color: var(--gray-dark-8);
  color: var(--gray-dark-1);
}

.home_article_info_a:hover svg path {
  fill: var(--gray-dark-1);
}

#section_news_home .home_noticias_arrows {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 2rem;
}

.home_article_figure {
  display: flex;
  margin: 0;
}

.home_article_img {
  width: 100%;
  aspect-ratio: 179 / 138;
  object-fit: cover;
}

/* #section_news_home .swiper-button-prev:after, 
#section_news_home .swiper-button-next:after {
  content: none; 
} */

.button:not(.swiper-button-disabled),
.button:not(.swiper-button-disabled) {
  filter: invert(17%) sepia(73%) saturate(5742%) hue-rotate(356deg) brightness(94%) contrast(83%);
}

.home_noticias_pagination {
  display: none;
}

@media (max-width: 1366px) {
    .home_noticias_header_h1 {
        font-size: var( --text-2xl);
    }
}   

@media (max-width: 1100px) {

  .home_noticias_header_h1{
    font-size:var(--text-2xl)
  }
  .home_noticias_header {
    width: 55.375rem;
    gap: 1.5rem;
  }

  .home_noticias_div {
    padding: 0rem 3rem 2.5rem 3rem;
    padding-inline: 3.5%;
  }
  .home_noticias_div_swiper article {
    width: 350px!important;
  }
    .home_article_info_p{
      font-size: 18px;
    }
}

@media (max-width: 768px) {
    #section_news_home {
        padding: 0.2rem;
    }

    #home_news {
        max-width: 282px;
        height: 28.563rem;
    }


    .home_noticia_cards .home_article {
        max-width: 17.375rem;
       
    }

  .home_noticias_header {
    gap: 1rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: 36.375rem;
    max-width: 76%;
  }

  .home_noticias_header_h5 {
    font-size: 20px;
    line-height: 1.125rem;
    letter-spacing: 0.2em;
  }
  

  .home_noticias_header_h1 {
    font-size: 30px;
    line-height: 2.3rem;
    letter-spacing: 0.44px;
  }

    .home_noticias_header_div {
        font-size: var(--text-lg);
        line-height: 1.25rem;
    }

  .home_noticias_div {
    padding: 0rem 0 2.5rem 1.5rem;
    flex-direction: column;
    gap: 2.5rem;
  }

  .home_noticias_div .home_noticias_div__container_swiper {
    margin: 0;
    max-width: 100%;
  }

  .home_article_info {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }

  .home_article_info_h4 {
    font-size: 18px;
    line-height: 1.375rem;
  }

.home_article_info_p {
    font-size: var(--text-);
}


  .home_article_info_a span{
    font-size: 14px;
  }
  .home_noticias_link {
    font-size: var(--text-lg);
  }

  #section_news_home .swiper-button-prev.home_noticias_arrow,
  #section_news_home .swiper-button-next.home_noticias_arrow {
    display: none;
  }

  .home_noticias_div .home_noticias_pagination {
    display: block;
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .home_noticias_div .home_noticias_pagination .swiper-pagination-bullet {
        height: 12px;
        background: transparent;
        border-color: var(--gray-dark-5);
        opacity: 1;
        margin-block: 2px;
    }

    .home_noticias_div .home_noticias_pagination .swiper-pagination-bullet-active {
        width: 18px;
        height: 18px;
        margin-block: 0;
        background: var(--brand) !important;
        border-color: var(--brand) !important;
    }

    .btn_base.link_medium.link_button_secondary {
        font-size: 16px;
    }

}


@media (max-width: 500px) {
  .home_noticias_header_h1{
    font-size:26px !important;
  }
  
  header.home_noticias_header {
    width: 22.5rem;
    max-width: 91%;
  }

  .home_noticias_div {
    padding: 0rem 0 2.5rem 1rem;
  }

  .home_article_info {
    padding: 1.5rem var(--p-3);
  }
  .home_noticias_div_swiper article {
    width: 282px!important;
  }
  .home_noticias_header_h5{
    font-size:12px;
  }

    .home_noticias_header_div {
        font-size: var(--text-md);
        line-height: 1.25rem;
    }
}

@media (max-width: 360px) {
    .home_noticias_header_h5 {
        font-size: var(--text-sm);
        line-height: 1.125rem;
        letter-spacing: 0.15rem;
    }

    .home_noticias_div {
        padding-left: 0px;
    }
}
